home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / C++ AppleLink Messages / CPlus.Dev$ 12⁄22⁄89 / 0010-Re CPlus & IIgs-Nov89 < prev    next >
Text File  |  1989-12-08  |  1KB  |  40 lines

  1. Item forwarded  by  CPLUS.ADMIN  to CP.ARCHIVES
  2.  
  3. Item forwarded  by  LEFFLER1     to STEVE.RUSS
  4.  
  5. Item forwarded  by  AIIDTS       to LLEW
  6.  
  7. Item forwarded  by  CHAOS        to AIIDTS
  8.  
  9. Item    1850812                         30-Nov-89        15:35
  10.  
  11. From:   PALEVICH1                       Palevich, John
  12.  
  13. To:     D2078                           AS & M, Alan Dail,PRT
  14.  
  15. cc:     CPLUS.APPLE$                    C++ Interest List--Apple Employees
  16.  
  17. Sub:    Re: CPlus & IIgs
  18.  
  19. Alan Dail,PRT asks:
  20.  
  21.   Is it possible to use C++ in conjunction with the Apple IIGS MPW C cross-
  22.   compiler?
  23.  
  24. Well, I don't know the exact answer to this, but it might be possible.  CFront,
  25. the C++ to C translator, can be targeted to generate C code for a particular
  26. processor, so you should be able to get MPW C++ to generate C code for the MPW
  27. IIgs C compiler.
  28.  
  29. Unfortunately, while the C code emitted by CFront is legal, it is often quite
  30. different from the type of code human programmers write.  This means that it is
  31. possible that you might run into problems when you try to compile the C code
  32. using the IIgs C compiler.  If you did run into problems, you might be able to
  33. work around them, but it is quite possible that you would uncover something
  34. which would require modifications to the MPW IIgs C cross compiler.
  35.  
  36. Anyway, it sounds like a good idea, but I don't know if anybody's tried it.
  37.  
  38. Jack Palevich
  39.  
  40.